Vcenter NamespaceManagement Networks VsphereDVPGNetworkSetSpec

Vcenter NamespaceManagement Networks VsphereDVPGNetworkSetSpec
Vcenter NamespaceManagement Networks VsphereDVPGNetworkSetSpec

The Vcenter NamespaceManagement Networks VsphereDVPGNetworkSetSpec schema contains new configuration to set on an existing a vSphere DVPG-backed Namespaces Network object.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "portgroup": "string",
    "address_ranges": [
        {
            "address": "string",
            "count": 0
        }
    ],
    "gateway": "string",
    "subnet_mask": "string"
}
string
portgroup
Required

Identifier of the vSphere Distributed Portgroup backing the vSphere network object. If the network object is associated with a Namespace or is Vcenter NamespaceManagement Clusters WorkloadNetworksEnableSpec.supervisor_primary_workload_network, modification to existing portgroup will result in the operation failing with a Vapi Std Errors ResourceInUse error.

This property was added in vSphere API 7.0.3.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: Network. When operations return a value of this schema as a response, the property will be an identifier for the resource type: Network.

address_ranges
Required

Usable IP pools on this network. If the network object is associated with a Namespace or is Vcenter NamespaceManagement Clusters WorkloadNetworksEnableSpec.supervisor_primary_workload_network, then replacement of or modification to any existing range in this list will result in operation failing with a Vapi Std Errors ResourceInUse error. To add new address ranges to the list, existing address ranges have to be passed in without modifications.

This property was added in vSphere API 7.0.3.0.

string
gateway
Required

Gateway for the network. If the network object is associated with a Namespace or is Vcenter NamespaceManagement Clusters WorkloadNetworksEnableSpec.supervisor_primary_workload_network, then modification to existing gateway will result in the operation failing with a Vapi Std Errors ResourceInUse error.

This property was added in vSphere API 7.0.3.0.

string
subnet_mask
Required

Subnet mask of the network. If the network object is associated with a Namespace or is Vcenter NamespaceManagement Clusters WorkloadNetworksEnableSpec.supervisor_primary_workload_network, then modification to existing subnet mask will result in the operation failing with a Vapi Std Errors ResourceInUse error.

This property was added in vSphere API 7.0.3.0.